From 8d8ae74eebda794b405d3333f594c6a2c066ed55 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 11 Jul 2012 14:12:07 +0100 Subject: [PATCH] wayland: Update configure.ac to add now needed wayland-cursor --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index da70185c27..5e3b07186d 100644 --- a/configure.ac +++ b/configure.ac @@ -407,7 +407,7 @@ if test "x$enable_wayland_backend" == "xyes"; then have_gio_unix=yes GDK_WINDOWING="$GDK_WINDOWING #define GDK_WINDOWING_WAYLAND" - WAYLAND_PACKAGES="wayland-client xkbcommon " + WAYLAND_PACKAGES="wayland-client xkbcommon wayland-cursor" if test "x$enable_wayland_cairo_gl" == "xyes"; then WAYLAND_PACKAGES="$WAYLAND_PACKAGES wayland-egl egl" fi -- 2.30.2